home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000104_news@newsmaster….columbia.edu _Thu May 21 14:11:34 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA03512
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 21 May 1998 14:11:34 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id OAA04891
  7.     for kermit.misc@watsun; Thu, 21 May 1998 14:11:33 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: One-Way Transfer
  12. Date: 21 May 1998 18:11:31 GMT
  13. Organization: Columbia University
  14. Lines: 35
  15. Message-ID: <6k1qoj$d92$1@apakabar.cc.columbia.edu>
  16. References: <35646665.EBB3868B@theriver.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8757
  19.  
  20. In article <35646665.EBB3868B@theriver.com>,
  21.  
  22. : The PC is set up with the following SET commands:
  23. :     modem type none
  24. :     port com1
  25. :     speed 9600
  26. :     parity none
  27. :     carrier off
  28. :     terminal bytesize 8
  29. :     flow-control none
  30. :     file type text
  31. :     terminal character-set ascii
  32. : The calculator's "IOPAR" (I/O Parameters) are
  33. :     9600    "baud"
  34. :     0    parity 0=none
  35. :     0    receive pacing 0=none, 1=XON/XOFF
  36. :     0    send pacing 0=none, 1=XON/XOFF
  37. :     3    checksum, I think this is same as block-check
  38. :     1    translate (adds <lf> to PC, strips <lf> from PC)
  39. : I would really appreciate any help with this.  Thanks in advance!
  40.  
  41. The HP48 can not handle 9600 baud transfers without flow control
  42. Turn on XON/XOFF flow control on the calculator and SET FLOW CONTROL
  43. XON/XOFF on K95.
  44.  
  45. Also, on K95 use the ROBUST command to configure the file transfer settings.  
  46.  
  47.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  48.                  The Kermit Project * Columbia University
  49.               612 West 115th St #716 * New York, NY * 10025
  50.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org